home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update29.zoo / libg++ / diffs
Encoding:
Text File  |  1993-03-28  |  2.7 KB  |  95 lines

  1. *** 1.12    1993/02/18 00:15:49
  2. --- Changelo    1993/03/29 03:53:56
  3. ***************
  4. *** 296,298 ****
  5. --- 296,310 ----
  6.       sync up with rest of libg++-2.3. all classes done now.
  7.   
  8.   ---------------------------- Patchlevel 17 -----------------------------------
  9. +     REMOVE    gnulib3.c gnuaux.c dummy1.c dummy2.c
  10. + mincl:: ++jrb
  11. +     adjust for above. the low level g++ support is now in theC library.
  12. +     this mirrors the organization of gcc. these files will be maintained
  13. +     there. only, the libg++ classes will be in -lg++.
  14. +     remove special build rule for xbitset.cc. gcc 2.3.3 pl3 fixes
  15. +     this problem (see patch to config/m68k.md)
  16. + ---------------------------- Patchlevel 18 -----------------------------------
  17. *** 1.12    1993/01/17 03:34:31
  18. --- PatchLev.h    1993/03/29 03:53:56
  19. ***************
  20. *** 1,5 ****
  21.   
  22. ! #define    PatchLevel "17"
  23.   
  24.   /*
  25.    *    the Patch Level above is to identify the version
  26. --- 1,5 ----
  27.   
  28. ! #define    PatchLevel "18"
  29.   
  30.   /*
  31.    *    the Patch Level above is to identify the version
  32. *** 1.11    1993/01/17 03:34:31
  33. --- mincl    1993/03/29 03:54:01
  34. ***************
  35. *** 20,31 ****
  36.   stdstrea.cc stream.cc streambu.cc strstrea.cc xplotfil.cc xsfile.cc \
  37.   igetsb.cc iodtoa.cc outfloat.cc iomanip.cc stdiostr.cc
  38.   
  39. ! #
  40. ! # NOTE:: dummy[12].o MUST be the last objects on this list. otherwise you'll
  41. ! #        end up with multiple definitions of global ctor/dtors
  42. ! #
  43. ! OBJ = gnulib3.o  _bin_del.o _bin_new.o _bin_nw.o _bin_nh.o ident.o \
  44. ! $(LIBSRC:.cc=.o) $(IOSRC:.cc=.o) dummy1.o dummy2.o
  45.   
  46.   all: $(ALL)
  47.   all020: $(ALL020)
  48. --- 20,26 ----
  49.   stdstrea.cc stream.cc streambu.cc strstrea.cc xplotfil.cc xsfile.cc \
  50.   igetsb.cc iodtoa.cc outfloat.cc iomanip.cc stdiostr.cc
  51.   
  52. ! OBJ = ident.o $(LIBSRC:.cc=.o) $(IOSRC:.cc=.o)
  53.   
  54.   all: $(ALL)
  55.   all020: $(ALL020)
  56. ***************
  57. *** 52,74 ****
  58.   
  59.   .PHONY: install install020 clean realclean all all020
  60.   
  61. - _bin_new.o: gnuaux.c
  62. -     $(CC) -c $(CFLAGS) -DL_builtin_new $^ -o $@
  63. - _bin_nw.o: gnuaux.c
  64. -     $(CC) -c $(CFLAGS) -DL_builtin_New $^ -o $@
  65. - _bin_nh.o: gnuaux.c
  66. -     $(CC) -c $(CFLAGS) -DL_new_hand $^ -o $@
  67. - _bin_del.o: gnuaux.c
  68. -     $(CC) -c $(CFLAGS) -DL_builtin_del $^ -o $@
  69. - # dont ask me why, but with gcc 2.3.1 and 2.3.2/3 -fomit-frame-pointer
  70. - # breaks xbitset
  71. - xbitset.o: xbitset.cc
  72. -     $(GXX) $(GXXFFLAGS) -c xbitset.cc
  73.   # DO NOT DELETE THIS LINE -- g++dep uses it.
  74.   # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
  75.   
  76. --- 47,52 ----
  77. ***************
  78. *** 501,506 ****
  79.     $(CROSSINC)/types.h $(GXXINC)/stdio.h $(CROSSINC)/errno.h \
  80.     $(CROSSINC)/math.h $(GXXINC)/xrandom.h $(GXXINC)/xrng.h \
  81.     $(CROSSINC)/assert.h $(GXXINC)/xweibull.h 
  82. - xyzzy.o : xyzzy.cc 
  83.   
  84.   # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
  85. --- 479,483 ----
  86.